QuickOPC User's Guide and Reference
PkiCrlEntryCollection Constructor(IEnumerable<IPkiCrlEntry>)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > PkiCrlEntryCollection Class > PkiCrlEntryCollection Constructor : PkiCrlEntryCollection Constructor(IEnumerable<IPkiCrlEntry>)
Initializes a new instance of the collection, with given items.
Syntax
'Declaration
 
Public Function New( _
   ByVal pkiCrlEntries As IEnumerable(Of IPkiCrlEntry) _
)
'Usage
 
Dim pkiCrlEntries As IEnumerable(Of IPkiCrlEntry)
 
Dim instance As New PkiCrlEntryCollection(pkiCrlEntries)
public PkiCrlEntryCollection( 
   IEnumerable<IPkiCrlEntry> pkiCrlEntries
)
public:
PkiCrlEntryCollection( 
   IEnumerable<IPkiCrlEntry^>^ pkiCrlEntries
)

Parameters

pkiCrlEntries
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also